 |
 |
 |
 |
#200706 - 10/03/03 11:28 AM
Re: [6.6] [finished] Quick Reply
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
That wouldn't be the code I posted, that would be in the cookies. Look over the lines that resemble -value => [$user_profile[0], md5_hex($new_password), $public_name, $daysprune, $in{u}, $pntf_hidden, $avhide, $new_date_format, $new_time_format, $tzoffset, "", "", "", $quickreply],and if you've applied any other hacks that change it, just make sure that quick reply is the 4th one after $tzoffset. Personlly, I just don't let people disable it, then all I have to do is hide it to Anonymous users
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#200715 - 10/13/03 11:16 PM
Re: [6.6] [finished] Quick Reply
|
Spotlight Winner
Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#200719 - 12/04/03 08:28 PM
Re: [6.6] [finished] Quick Reply
|
Member
Registered: 11/02/03
Posts: 155
|
I'm getting a registration error, and I think this mod might be related, could someone possibly see an error in my ubb_registration? Here is the code about where I think the problem is...
my @thismemarray = ( $user_name, $password, $email, $homepage, $permission, #0
&CensorCheck($in{occupation}), &CensorCheck($in{location}), '0', $this_status, &CensorCheck($in{interests}), #5
$GotTime{HyphenDate}, $in{EmailView}, $sig_html, $in{icq}, $in{AllowMassMail}, #10
$public_name, &CensorCheck($in{customfield1}), &CensorCheck($in{customfield2}), &CensorCheck($in{customfield3}), #15
&CensorCheck($in{customfield4}), $picture, $in{DaysPrune}, $in{aim}, '', '', $in{user_ratings}, #19
$mod_q, $in{private_message}, $in{private_message_notify}, 'yes', '', $new_title, #26
$birthdate, $ipaddy, $in{parent_email}, $pntf_hide, $poll_ban, $avatar_url, # 32
$avline, $tzline #38 $thismemarray[61] = $quickreply; );
&WriteMemberProfile($next_number, @thismemarray);
# Update the memberslist indexes # &UpdateOLIdexLine($next_number, join("|#|", map { $_ =~ s/|[#*]|//g; $_; } @thismemarray[5,6,9,16,17,18,19])); # &UpdatePCdexLine($next_number, 0); # &UpdatePermsdexLine($next_number, (($mod_q eq "Q" ? 1 : 0) . "|&|" . ($permission =~ m/COPPA/ ? 1 : 0) # . "|&|" . ($mod_q eq "Q" ? 0 : 1) . "|&|Junior Member|&||&|$GotTime{HyphenDate}"));
# update associated files my $total_members = scalar(@members) + 1; #the total number of registered users
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#200726 - 12/16/03 08:13 AM
Re: [6.6] [finished] Quick Reply
|
Member
Registered: 05/30/00
Posts: 1871
Loc: Philadelphia
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#200740 - 01/18/04 07:57 AM
Re: [6.6] [finished] Quick Reply
|
Wizard
Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|